﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */

body {
    font-family: "Microsoft YaHei", Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #444;
    background: #fff;
    position: relative;
}

p {
    margin: 0;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #444;
    font-family: "Microsoft YaHei", Arial
    font-weight: 400;
}

::-webkit-selection {
    color: #fff;
    background: #323232;
}

::-moz-selection {
    color: #fff;
    background: #323232;
}

::selection {
    color: #fff;
    background: #323232;
}

.margin-big-large-bottom {
    margin-bottom: 75px;
}

.margin-big-small-bottom {
    margin-bottom: 35px;
}

.margin-big-middle-bottom {
    margin-bottom: 50px;
}

.margin-big-middle-top {
    margin-top: 50px;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.float_bg {
    background: url(../images/qq_3.gif) repeat-y
}

a {
    color: #666;
    text-decoration: none
}

a:focus,
a:hover {
    color: #FE0000;
}

.button {
    background: #0797FE;
}

.bg-main {
    background: #FE0000;
    border: 1px solid #FE0000 !important
}

.bg-main:hover,
.bg-main:focus {
    border: 1px solid #FE0000 !important;
    background: #FE0000 !important
}

.text-main,
a.text-main:link,
a.text-main:visited,
.button.border-main,
blockquote.border-main strong,
.pager.border-main a,
.pager-prev.border-main,
.pager-next.border-main,
.nav a:hover,
.nav-menu.nav-pills .active ul a:hover,
.bg-inverse .nav-menu ul a:hover,
.bg-inverse .nav.nav-menu.nav-tabs ul a:hover,
.bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover,
.bg-inverse .nav.nav-menu.nav-pills ul a:hover,
.bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
    color: #65c2b8
}

.border-main:hover {
    color: #fff;
    background: #65C2B8;
    border-color: #65C2B8;
}

.passcode {
    border-left: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
    height: 32px;
    line-height: 32px;
    margin: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.blankbig {
    height: 70px;
    line-height: 70px;
    clear: both;
    font-size: 0;
}

.detail h2,
.detail h3 {
    line-height: 180%
}

.detail h3,
.detail h1 {
    font-size: 16px;
    color: #FE0000;
    font-weight: bold
}

.layout {
    overflow: hidden;
    width: 100%;
}

.not-animated {
    opacity: 0
}

header .layout {
    overflow: visible;
    width: 100%;
}

.input:focus {
    border: 1px solid #333
}

.inner-banner {
    width: 100%;
    overflow: hidden
}

.inner-banner img {
    width: 100%;
}

.line-big {
    margin-left: -17px;
    margin-right: -17px
}

.line-big .x1,
.line-big .x2,
.line-big .x3,
.line-big .x4,
.line-big .x5,
.line-big .x6,
.line-big .x7,
.line-big .x8,
.line-big .x9,
.line-big .x10,
.line-big .x11,
.line-big .x12,
.line-big .xl1,
.line-big .xl2,
.line-big .xl3,
.line-big .xl4,
.line-big .xl5,
.line-big .xl6,
.line-big .xl7,
.line-big .xl8,
.line-big .xl9,
.line-big .xl10,
.line-big .xl11,
.line-big .xl12,
.line-big .xs1,
.line-big .xs2,
.line-big .xs3,
.line-big .xs4,
.line-big .xs5,
.line-big .xs6,
.line-big .xs7,
.line-big .xs8,
.line-big .xs9,
.line-big .xs10,
.line-big .xs11,
.line-big .xs12,
.line-big .xm1,
.line-big .xm2,
.line-big .xm3,
.line-big .xm4,
.line-big .xm5,
.line-big .xm6,
.line-big .xm7,
.line-big .xm8,
.line-big .xm9,
.line-big .xm10,
.line-big .xm11,
.line-big .xm12,
.line-big .xb1,
.line-big .xb2,
.line-big .xb3,
.line-big .xb4,
.line-big .xb5,
.line-big .xb6,
.line-big .xb7,
.line-big .xb8,
.line-big .xb9,
.line-big .xb10,
.line-big .xb11,
.line-big .xb12 {
    position: relative;
    min-height: 1px;
    padding-right: 55px;
    padding-left: 1px
}

.zoomimgs {
    display: block;
    width: 100%;
    height: 176px;
    /* padding-bottom: 100%; */
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.artzoomimgs {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.fh5co-heading {
    background: url(../images/title_bg.png) no-repeat center bottom;
}

.fh5co-heading h2 {
    color:black;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 15px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
}

.fh5co-heading h2 span {
    color: black;
    font-size: 14px;
    font-weight: 400;
}


/*顶部导航 begin*/

#fh5co-header .header-box {
    background: #fff;
}

.header-box.fixed.fixed-top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 3;
}

.header-box.fixed.fixed-top .head-top {
    display: none;
}

.header-box.fixed.fixed-top .head-middle {
    display: none;
}

#fh5co-header .head-top .logo {
    padding: 8px 0;
}

#fh5co-header .head-top .logo img {
    max-width: 100%;
}

#fh5co-header .head-middle {
    border-top: 1px solid #e5e5e5;
    position: relative;
}

#fh5co-header .head-middle .nav_bg {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FE0000;
}

#fh5co-header .head-middle .top-contact ul {
    line-height: 47px;
    background: #FE0000;
    padding-left: 0;
    line-height: 47px;
}

#fh5co-header .head-middle .top-contact ul li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
}

#fh5co-header .head-middle .top-contact ul li#hov-weixin-id {
    border-right: 1px solid #1a7cbd;
}

#fh5co-header .head-middle .top-contact ul li .content {
    background-clip: padding-box;
    border: 1px solid rgba(204, 213, 219, 0.8);
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    left: -39px;
    min-height: 32px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 42px;
    white-space: normal;
    width: 150px;
    z-index: 1800;
    background: #fff;
}

#fh5co-header .head-middle .top-contact ul li .content:before {
    position: absolute;
    top: -9px;
    left: 46px;
    width: 0;
    height: 0;
    content: '';
}

#fh5co-header .head-middle .top-contact ul li .content:after {
    content: '';
    position: absolute;
    left: 46px;
    top: -7px;
    left: 50%;
    margin-left: -9px;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    overflow: hidden;
    border-width: 1px 1px 0 0;
    border-color: rgba(204, 213, 219, 0.85);
    border-style: solid;
    background: linear-gradient(225deg, #fff 50%, transparent 50%);
    transform: rotate(-45deg);
}

#fh5co-header .head-middle .top-contact ul li .content img {
    max-width: 100%;
}

#fh5co-header .head-middle .top-contact ul li .content p {
    font-size: 18px;
    padding: 30px 5px;
}

#fh5co-header .head-middle .top-contact ul li i {
    font-size: 18px;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 28px;
    width: 32px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
}

#fh5co-header .head-middle .top-contact ul li i:hover {
    color: #fff
}

#fh5co-header .head-middle .navbar-body .nav li {
    margin: 0;
    padding: 0;
    display: inline;
    padding: 0 36px;
}

#fh5co-header .head-middle .navbar-body .nav li a {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    padding: 0 12px;
}

#fh5co-header .head-middle .navbar-body .nav li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background: #e5e5e5;
}

#fh5co-header .head-middle .navbar-body .nav li a.first-level:before {
    display: none;
}

#fh5co-header .head-middle .navbar-body .nav li a:hover,
#fh5co-header .navbar-body .nav li.current a,
#fh5co-header .navbar-body .nav li:hover a.first-level {
    color: #FE0000;
    border-bottom: 2px solid #FE0000;
}

#fh5co-header .head-middle .navbar-body .nav li a .downward {
    display: none
}

#fh5co-header .head-middle .navbar-body .nav li ul {
    border: none;
    left: 16px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 160px;
    z-index: 4;
    margin-left: -10px;
}

#fh5co-header .head-middle .navbar-body .nav li ul li {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    height: auto
}

#fh5co-header .head-middle .navbar-body .nav li ul li a {
    background: #FE0000;
    color: #fff;
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0;
    text-align: left;
    min-width: 160px;
    line-height: 45px;
    border: 0;
}

#fh5co-header .head-middle .navbar-body .nav li ul li a:before {
    display: none;
}

#fh5co-header .head-middle .navbar-body .nav li ul li a:hover {
    background: #fff;
    color: #FE0000;
    border: 0;
}

#fh5co-header .head-middle .navbar-body .nav li ul li ul {
    top: 0
}

#fh5co-header .search {
    height: 37px;
    padding: 0 0 0 10px;
    margin-top: 30px;
}

#fh5co-header .search input.inputkey {
    border: 1px solid #FE0000;
    color: #999;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 5px;
    width: 245px;
    float: left
}

#fh5co-header .search button {
    display: block;
    height: 37px;
    width: 70px;
    float: left;
    border: none;
    background: #FE0000;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
}


/*顶部导航 end*/


/*手机版顶部导航 begin */

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
    position: relative;
}

#fh5co-page {
    z-index: 2;
}

#fh5co-offcanvas {
    display: none;
    right: 0;
    overflow-y: hidden;
    position: fixed;
    z-index: 8;
    top: 10px;
    width: 160px;
    background: #fff;
    padding: 0px 0px 10px 40px;
    border: 0;
}

.offcanvas-visible #fh5co-offcanvas {
    display: block;
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    border-radius: 0
}

#fh5co-offcanvas ul li {
    list-style: none;
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
}

#fh5co-offcanvas ul li:hover,
#fh5co-offcanvas ul li.current {}

#fh5co-offcanvas ul li a {
    font-size: 12px;
    color: #333;
    text-decoration: none !important;
    display: block;
    position: relative;
    line-height: 34px;
    margin: 0;
    padding: 0px 0 0 2px;
}

#fh5co-offcanvas ul li a:hover,
#fh5co-offcanvas ul li.current a {
    color: #FE0000;
}

#fh5co-offcanvas ul li a::after {
    background: #eee;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    right: 0;
    height: 1px;
}

#fh5co-offcanvas ul li ul {
    margin: 0;
    padding: 0;
    z-index: 6;
    position: relative;
    width: 100%;
    border: 0;
    box-shadow: 0
}

#fh5co-offcanvas ul li ul li {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    line-height: 28px;
}

#fh5co-offcanvas ul li ul li a,
#fh5co-offcanvas ul li.current ul li a {
    background: #fff;
    color: #666;
    display: block;
    padding: 0px 20px 0px 20px;
    margin: 0;
    text-align: left;
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    transition: none
}

#fh5co-offcanvas ul li ul li a:hover {
    background: #FE0000;
    color: #fff;
    transition: none
}

#fh5co-offcanvas ul li ul li a::before,
#fh5co-offcanvas ul li ul li a::after {
    background: none;
    height: 0;
    padding: 0
}

#fh5co-offcanvas ul li ul li ul {
    top: 0
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 28px;
    height: 4px;
    color: #d80808;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #76838f;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 28px;
    height: 4px;
    background: #76838f;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -9px;
}

.fh5co-nav-toggle i::after {
    bottom: -9px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: none;
}

.fh5co-nav-toggle.active i::before {
    background: none
}

.fh5co-nav-toggle.active i::after {
    background: none
}

.fh5co-nav-toggle {
    position: fixed;
    top: 18px;
    right: 10px;
    z-index: 9;
    display: block;
    display: none;
    cursor: pointer;
}

.fh5co-nav-toggle.active {
    right: 129px !important;
    top: 15px !important;
    background: url(../images/coo.gif) no-repeat left top;
    width: 20px;
    height: 23px;
}


/*手机版顶部导航 end */


/* 底部 begin*/

footer .foot-bg {
    background: #6B2C31;
    color: white;
    padding: 25px 0;
}

footer a {
    color: white;
}

footer .foot-logo {
    width: 12.5%;
    float: left;
}

footer .foot-right {
    width: 85.5%;
    float: left;
    border-left: 1px solid white;
    padding-left: 35px;
}

footer .foot-right .foot-nav {
    overflow: hidden;
    margin-bottom: 10px;
}

footer .foot-right .foot-nav ul {
    padding: 0;
}

footer .foot-right .foot-nav ul li {
    float: left;
    list-style: none;
}

footer .foot-right .foot-nav ul li a {
    margin: 0 5px;
}

footer .foot-right .foot-nav ul li:first-child a {
    margin-left: 0;
    /* font-family: "Microsoft YaHei", Arial; */
}

footer .foot-right .foot-link {
    padding: 5px 0 0px;
}

footer .foot-right .foot-link a {
    font-size: 12px;
}


/* 底部 end*/


/*首页轮换图片 begin*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.flexslider .slides>li a {
    display: block;
    height: 100%
}

.flexslider .slides li .overlay {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flex-control-nav {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    text-indent: -2000px;
    background: none;
    border: 2px solid #ddd;
    border-radius: 50%
}

.flex-control-nav .flex-active {
    background: #FFF;
    border: 2px solid #fff;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    display: none
}

#fh5co-hero .flexslider .container {
    position: relative
}


/*首页轮换图片 end*/


/*首页关于我们begin*/

#fh5co-about-us .bg-about {
    background:white;
    padding: 60px 0 45px;
}

#fh5co-about-us .bg-about-bottom img {
    width: 100%;
    height: auto;
}

#fh5co-about-us .fh5co-heading h2 {
    color: black;
}

#fh5co-about-us .fh5co-heading h2 span {
    color:black;
}

#fh5co-about-us .about-box {
    padding-top: 50px;
}

#fh5co-about-us .about-box .media-img {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
}

#fh5co-about-us .about-box .media-img img {
    width: 100%
}

#fh5co-about-us .about-box .intro,
#fh5co-about-us .about-box .intro p {
    line-height: 1.8;
    color: #fff;
}

#fh5co-about-us .about-box .intro p.more {
    transition: color 0.4s ease 0s;
    white-space: nowrap;
    text-align: right;
    margin-top: 25px;
}

#fh5co-about-us .about-box .intro p.more a {
    display: inline-block;
    background-color: #FE0000;
    font-size: 18px;
    color: #fff;
    padding: 12px 40px;
    line-height: 24px;
}

#fh5co-about-us .about-box .intro p.more a:hover {
    background: #FE0000;
    color: white;
}

#fh5co-about-us .about-pic .middle-img .media-img {
    overflow: hidden;
    padding: 0 2px;
}

#fh5co-about-us .about-pic .media-img img {
    height: 360px;
}


/*首页关于我们 end*/

.leftbar {
    background: #FE0000;
    border-radius: 10px;
    color: #fff;
    padding: 30px 0 20px;
    margin-right: 40px
}

.leftbar h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    position: relative;
    width: 199px;
    margin: 0 auto;
}

.leftbar h3:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    left: 0;
    width: 30px;
    top: 50%;
}

.leftbar h3:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    right: 0;
    width: 30px;
    top: 50%;
}

.leftbar .submenu,
.leftbar .left-contact {
    background: #fff;
    border-radius: 10px;
    margin: 15px;
}

.leftbar .submenu {
    margin-bottom: 20px;
}

.leftbar .left-contact {
    margin-top: 20px;
}

.leftbar .submenu li {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    line-height: 50px;
    margin: 0 35px;
}

.leftbar .submenu li:last-child {
    border-bottom: none
}

.leftbar .submenu li a {
    color: #666;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal
}

.leftbar .submenu li a:hover,
.leftbar .submenu li.active a {
    color: #FE0000;
}

.leftbar .left-contact .desc {
    padding: 12px 12px 22px;
    color: rgb(143, 143, 143);
    line-height: 220%
}

.leftbar .left-contact .desc p {
    line-height: 220%
}


/* 首页产品展示 begin*/

#fh5co-product-list .bg-product {
    padding: 60px 0 50px;
    background: #f7f7f7;
    padding-bottom:0px;
}

#fh5co-product-list .show-list {
    padding: 50px 0 0px 0;
}

#fh5co-product-list .show-list .show-product .item {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#fh5co-product-list .show-list .show-product .media-img {
    overflow: hidden;
    border: 3px solid #fff;
}

#fh5co-product-list .show-list .show-product h3 {
    padding: 10px 0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-family: "Microsoft YaHei";
}

#fh5co-product-list .show-list .show-product h3 a {
    color: #333;
    font-size: 18px;
}

#fh5co-product-list .show-list .show-product .item:hover .media-img {
    border: 3px solid #FE0000;
}

#fh5co-product-list .show-list .show-product .item:hover h3 a {
    color: #FE0000;
}

#fh5co-product-list .show-list a.more {
    display: inline-block;
    padding: 12px 40px;
    background: #FE0000;
    color: #fff;
    font-size: 18px;
}


/* 首页产品展示 end*/


/* 产品展示 begin*/

.show-product .media-img {
    overflow: hidden;
    border: 1px solid #ddd;
}

.show-product .media-img:hover {
    border: 1px solid #FE0000;
}

.show-product .media-img img {
    width: 100%;
}

.show-product .media-img img:hover {
    opacity: 0.8
}

.show-product h3 {
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.show-product h3 a {
    font-size: 14px;
}


/* 产品展示 end*/


/* 首页新闻中心 begin*/

#fh5co-news-list .bg-news {
    /* background-color: #f7f7f7; */
    padding: 55px 0 70px;
    padding-top:10px;
}

#fh5co-news-list .show-list {
    padding-top: 50px;
}

.left-new {
    width: 45.3333%;
    float: left;
}

.right-new {
    width: 54.6666%;
    float: left;
}

#fh5co-news-list .show-list .left-new .item .media-img {
    overflow: hidden;
    text-align: center
}

#fh5co-news-list .show-list .left-new .item .media-img img {
    max-width: 100%;
}

#fh5co-news-list .show-list .left-new .item h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 6px 0 0px;
    white-space: nowrap;
    overflow: hidden
}

#fh5co-news-list .show-list .left-new .item h3 a {
    color: #333;
    font-size: 16px;
}

#fh5co-news-list .show-list .left-new .item h3 a:hover {
    color: #FE0000;
}

#fh5co-news-list .show-list .left-new .item span.time {
    color: black;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#fh5co-news-list .show-list .left-new .item .desc {
    color: black;
    line-height: 150%;
    margin-top: 10px;
    font-family: "Microsoft YaHei", Arial
}

#fh5co-news-list .owl-carousel .owl-controls {
    position: relative;
}

#fh5co-news-list .owl-carousel .owl-controls {
    position: absolute;
    left: 10px;
    right: 10px;
    margin-top: 0;
}

#fh5co-news-list .owl-carousel .owl-pagination {
    text-align: right;
}

#fh5co-news-list .owl-theme .owl-controls .owl-page span {
    width: 11px;
    height: 11px;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    opacity: 1;
    margin: 5px 3px;
}

#fh5co-news-list .owl-theme .owl-controls .owl-page.active span {
    background: #FE0000;
}

#fh5co-news-list .show-list .right-new ul {
    padding: 0;
}

#fh5co-news-list .show-list .right-new ul li {
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
}

#fh5co-news-list .show-list .right-new ul li .time {
    float: left;
    width: 70px;
    margin-right: 20px;
    background: #FE0000;
    text-align: center;
    color: #fff;
}

#fh5co-news-list .show-list .right-new ul li .time .time-day {
    font-size: 24px;
    border-bottom: 1px solid #fff;
    line-height: 45px;
}

#fh5co-news-list .show-list .right-new ul li .time .time-year {
    line-height: 25px;
}

#fh5co-news-list .show-list .right-new ul li .content {
    overflow: hidden;
}

#fh5co-news-list .show-list .right-new ul li .content h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
}

#fh5co-news-list .show-list .right-new ul li .content h3 a {
    color: black;
    line-height: 1;
}

#fh5co-news-list .show-list .right-new ul li .content .desc {
    color: black;
    line-height: 1.6;
    font-family: "Microsoft YaHei", Arial
}

#fh5co-news-list .show-list .right-new ul li .content .desc .more a {
    float: right;
    font-size: 12px;
    color: #FE0000;
    margin-top: 3px;
}


/* 首页新闻中心 end*/


/* 首页底部信息 begin*/

#fh5co-bottom-info .bg-bottom {
    padding: 30px 0 40px;
    background:#f7f7f7;
    background-size: cover;
}

#fh5co-bottom-info .content {
    padding-top: 5px;
    font-family: "Microsoft YaHei", Arial;
    padding-bottom: 8px;
    line-height: 240%;
    color: black;
}

#fh5co-bottom-info h3 {
    font-family: "Microsoft YaHei", Arial;
    color: black;
    font-size: 18px;
}

#fh5co-bottom-info p {
    color: black;
    margin: 10px 0;
    font-family: "Microsoft YaHei", Arial;
}

#fh5co-bottom-info .contact-form .input {
    border-radius: 0;
    background: #dfdfdf;
}

#fh5co-bottom-info .contact-form input {
    width: 280px;
}

#fh5co-bottom-info .contact-form .button {
    background-color: #FE0000;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 6px 25px;
}

#fh5co-bottom-info .contact-form .button:hover {
    background-color: #FE0000;
}


/* 首页底部信息 end*/


/* 内页 begin*/

#fh5co-content_show {
    padding-bottom: 50px;
}

#fh5co-content_show .show_body {
    font-size: 14px;
}

#fh5co-content_show .detail img {
    height: auto !important;
    max-width: 100%;
    vertical-align: middle;
}

#fh5co-content_show .detail img {
    opacity: 0.9;
}

#fh5co-content_show .detail p {
    text-indent: 0;
}

#fh5co-content_show .qhd-title span {
    margin: 0 5px;
    font-size: 12px;
    color: #999
}

#fh5co-content_show .title {
    border-bottom: 1px solid #E7E7E7;
    height: 35px;
    margin-bottom: 35px;
    text-align: left;
}

#fh5co-content_show .title ul {
    padding: 0
}

#fh5co-content_show .title a {
    color: rgb(102, 102, 102);
    font-size: 14px;
    text-indent: 3px
}

#fh5co-content_show .title a:hover {
    color: rgb(102, 102, 102);
    text-decoration: underline
}

#fh5co-content_show .title a i {
    margin-right: 5px;
}

#fh5co-content_show .detail {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    color: #666;
}

#fh5co-content_show .qhd-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-top: 6px;
}

#fh5co-content_show .qhd-title strong {
    font-weight: normal
}


/*分页*/

.table span {
    margin-right: 10px;
}

.content_detail .pager {
    font-size: 14px;
    padding: 0;
    margin: 0
}

.content_detail .pager a {
    border: none;
    color: #666;
}

.content_detail .pager a:focus,
.content_detail .pager a:hover {
    color: #FE0000;
    ;
    background: none
}

.content_detail .pager li {
    display: block;
    text-align: left;
    line-height: 200%
}

#fh5co-content_show .pagination .active,
#fh5co-content_show .pagination a:hover {
    background: #FE0000;
    color: #fff;
}

#fh5co-content_show .pagination .active a {
    color: #fff
}

#fh5co-content_show .pagination li {
    margin: 0 3px;
}

#fh5co-content_show video {
    max-width: 100%
}

#fh5co-content_show .product-detail {
    padding: 20px;
}

#fh5co-content_show .product-detail img {
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
}

#fh5co-content_show .product-detail .content-img {
    overflow: hidden;
    width: 90%
}

#fh5co-content_show .product-detail .content-img img {
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
}

#fh5co-content_show .product-detail h1 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 6px;
}

#fh5co-content_show .product-detail .p_desc {
    color: #4d4a4a;
    line-height: 24px;
    padding: 20px 0 30px;
    font-size: 14px;
}

#fh5co-content_show .product-detail .kefu_bnts {
    background: #FC4300;
    color: #FFF;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-align: center
}

#fh5co-content_show .product-detail .kefu_bnts:hover {
    background: #FF5417;
}

#fh5co-content_show .product-detail .description {
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 20px;
}

#fh5co-content_show .product-detail .description p {
    line-height: 28px;
}

#fh5co-content_show .product-detail .detail-title {
    border-bottom: 1px solid #FE0000;
    position: relative;
    height: 37px;
}

#fh5co-content_show .product-detail .detail-title h2 {
    background: #fff;
    color: #FE0000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 126px;
    border-left: 1px solid #FE0000;
    border-right: 1px solid #FE0000;
    border-top: 1px solid #FE0000;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 1px;
}


/*文章*/

#fh5co-content_show .article-media li {
    border-bottom: 1px dashed #ddd;
    padding: 5px 0 15px
}

.article-media .media .media_img {
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 1px;
    width: 152px;
    margin-right: 20px;
}

.article-media .media .media_img a {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    padding: 0;
}

.article-media .media .media_img a:hover {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    background: #fff4ce none repeat scroll 0 0;
}

.article-media .media .media_img img {
    width: 150px;
    padding: 1px;
}

.article-media li {
    margin-bottom: 12px;
}

.article-media img {
    display: block;
    width: 150px;
}

.article-media .media .time {
    color: #999
}

.article-media .media-body h3 {
    font-size: 14px;
}

.article-media .media-body h3 a {
    color: #333;
    font-size: 14px;
    line-height: 100%;
    font-weight: bold
}

.article-media .media-body h3 a:hover {
    color: #FE0000;
}

.article-media .media-body p {
    color: #999;
    line-height: 22px;
}


/*内页banner*/

.slideshow {
    /* height:350px; */
    position: relative;
    /* background-repeat: no-repeat;
    background-position: center top;
    background-size: cover */
}

.slideshow .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slideshow .overlay .container {
    height: 100%;
    display: table;
    text-align: center
}

.slideshow .overlay .container .line {
    display: table-cell;
    vertical-align: middle
}

.slideshow .overlay .container .line .title {
    text-align: center
}

.slideshow .overlay .container .line .title h2 {
    text-align: center;
    display: inline-block;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    margin-top: 30px
}

.slideshow .overlay .container .line .title h2 a {
    color: #fff;
    font-size: 14px;
    font-weight: normal
}


/*在线客服*/

.SonlineBox {
    width: 139px;
    font-size: 12px;
    overflow: hidden;
    z-index: 6;
}

.SonlineBox .openTrigger {
    width: 31px;
    height: 130px;
    position: absolute;
    top: 0px;
    z-index: 1;
    cursor: pointer;
    background: #0f92e0 url(../images/greenopen.jpg) no-repeat;
}

.SonlineBox .titleBox {
    width: 135px;
    height: 35px;
    line-height: 33px;
    background: #0f92e0;
    border-bottom: 2px solid #0f92e0;
}

.SonlineBox .titleBox span {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}

.SonlineBox .contentBoxC {
    width: 135px;
    /*height:335px;*/
    border: 2px solid #0f92e0;
    background: #ffffff/* url(../images/greenbg.jpg) no-repeat*/
    ;
    position: absolute;
    z-index: 2;
}

.SonlineBox .contentBoxC .closeTrigger {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transition: all 0.8s ease-out;
}

.SonlineBox .contentBoxC .closeTrigger:hover {
    -webkit-transform: scale(1) rotate(360deg);
}

.SonlineBox .contentBoxC .listBox {
    overflow: hidden;
    margin-bottom: 10px;
}

.SonlineBox .contentBoxC .listBox .Tlist {
    display: block;
    width: 86%;
    height: 22px;
    margin: 10px auto 0px auto;
    text-align: center;
}

.SonlineBox .contentBoxC .listBox .Tlist span {
    float: left;
    line-height: 22px;
}

.SonlineBox .contentBoxC .listBox .Tlist a {
    /*float:left;*/
}

.SonlineBox .contentBoxC .listBox .WWList {
    line-height: 18px;
    height: 18px;
}

.SonlineBox .contentBoxC .listBox .SkypeList {
    line-height: 23px;
    height: 23px;
}

.SonlineBox .contentBoxC .otherBox {
    clear: both;
    height: 115px;
    text-align: center;
}

.SonlineBox .contentBoxC .otherBox img {
    width: 105px;
    height: 105px;
}

.SonlineBox .contentBoxC .telBox {
    display: block;
    padding: 36px 0 10px 0;
    color: #0f92e0;
    font-size: 14px;
    line-height: 26px;
    font-family: '微软雅黑';
    background: url(../images/telbg.jpg) 0 0 no-repeat;
    text-align: center;
    font-weight: bold;
}


/*在线客服 end*/


/*手机底部导航*/

#toolbar {
    display: none;
}

@media (min-width:1000px) and (max-width:1199px) {
    .artzoomimgs {
        padding-bottom: 80%;
    }
    #fh5co-header .head-middle .top-contact ul li {
        padding: 0 20px;
    }
    #fh5co-header .head-middle .nav_bg {
        width: 10%;
    }
    #fh5co-header .head-middle .navbar-body .nav li {
        padding: 0 10px;
    }
    #fh5co-header .head-middle .navbar-body .nav li a {
        padding: 0 10px;
    }
    #fh5co-header .head-middle .navbar-body .nav li ul {
        left: 3px;
    }
    #index_box_id .leftbar .submenu li {
        line-height: 35px;
        margin: 0 25px;
    }
    #index_box_id .leftbar .submenu li a {
        line-height: 35px;
    }
    .leftbar .left-contact .desc p span {
        display: block
    }
    #fh5co-about-us .media-img img {
        height: 380px;
    }
    #fh5co-case-list .show-list .item {
        height: 520px;
    }
    #fh5co-case-list .show-list .item1 .content,
    #fh5co-case-list .show-list .item2 .content {
        height: 260px;
        overflow: hidden
    }
    #fh5co-case-list .show-list .item1 .content .desc,
    #fh5co-case-list .show-list .item2 .content .desc {
        height: 170px;
        overflow: hidden
    }
    #fh5co-case-list .show-list .item1 .media-img img,
    #fh5co-case-list .show-list .item2 .media-img img {
        height: 260px;
    }
    #fh5co-case-list .show-list .item3 .media-img img {
        height: 333px;
    }
    #fh5co-case-list .show-list .item3 .content {
        height: 187px;
    }
    #fh5co-case-list .show-list .item .desc {
        padding: 0 13px;
    }
}

@media screen and (max-width:1000px) {
    #fh5co-header .search input.inputkey {
        width: 185px;
    }
    #fh5co-header .head-middle .nav_bg {
        display: none;
    }
    #fh5co-header .navbar-head {
        display: none;
    }
    #fh5co-header .head-middle .navbar-body .nav li {
        padding: 0 7px;
    }
    #fh5co-header .head-middle .navbar-body .nav li a {
        padding: 0 8px;
    }
    #fh5co-header .head-middle .navbar-body .nav li ul {
        left: 0px;
    }
    .leftbar {
        margin-right: 30px;
    }
    .leftbar .left-contact .desc p span {
        display: block
    }
    #fh5co-product-list .bg-product {
        padding: 45px 0 30px;
    }
    #fh5co-product-list .show-list .show-product .item {
        margin-bottom: 20px;
    }
    #fh5co-product-list .show-list .show-product h3 a {
        font-size: 16px;
    }
    #fh5co-about-us .bg-about {
        padding: 40px 0 20px;
    }
    #fh5co-about-us .about-box .intro {
        padding: 15px 20px 0 30px;
    }
    #fh5co-about-us .about-box .intro .desc {
        height: 180px;
        overflow: hidden
    }
    #fh5co-about-us .about-box .intro p.more {
        margin-top: 10px;
    }
    #fh5co-about-us .about-box .intro p.more a,
    #fh5co-product-list .show-list a.more {
        padding: 8px 30px;
        font-size: 16px;
    }
    #fh5co-about-us .about-pic .media-img img {
        height: 200px;
    }
    #fh5co-news-list .bg-news {
        padding: 45px 0 30px;
    }
    #fh5co-news-list .show-list .right-new ul li .content .desc {
        height: 45px;
        overflow: hidden;
    }
    #fh5co-content_show .product-detail .content-img {
        margin-bottom: 30px;
    }
    #fh5co-about-us .about-box .media-img p.description,
    #fh5co-about-us .about-pic .media-img p.description {
        bottom: 3px;
    }
    footer .foot-logo {
        width: 15%;
    }
    footer .foot-right {
        width: 85%;
    }
    .line-big {
        margin-left: -10px;
        margin-right: -10px
    }
    .line-big .x1,
    .line-big .x2,
    .line-big .x3,
    .line-big .x4,
    .line-big .x5,
    .line-big .x6,
    .line-big .x7,
    .line-big .x8,
    .line-big .x9,
    .line-big .x10,
    .line-big .x11,
    .line-big .x12,
    .line-big .xl1,
    .line-big .xl2,
    .line-big .xl3,
    .line-big .xl4,
    .line-big .xl5,
    .line-big .xl6,
    .line-big .xl7,
    .line-big .xl8,
    .line-big .xl9,
    .line-big .xl10,
    .line-big .xl11,
    .line-big .xl12,
    .line-big .xs1,
    .line-big .xs2,
    .line-big .xs3,
    .line-big .xs4,
    .line-big .xs5,
    .line-big .xs6,
    .line-big .xs7,
    .line-big .xs8,
    .line-big .xs9,
    .line-big .xs10,
    .line-big .xs11,
    .line-big .xs12,
    .line-big .xm1,
    .line-big .xm2,
    .line-big .xm3,
    .line-big .xm4,
    .line-big .xm5,
    .line-big .xm6,
    .line-big .xm7,
    .line-big .xm8,
    .line-big .xm9,
    .line-big .xm10,
    .line-big .xm11,
    .line-big .xm12,
    .line-big .xb1,
    .line-big .xb2,
    .line-big .xb3,
    .line-big .xb4,
    .line-big .xb5,
    .line-big .xb6,
    .line-big .xb7,
    .line-big .xb8,
    .line-big .xb9,
    .line-big .xb10,
    .line-big .xb11,
    .line-big .xb12 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width:760px) {
    #fh5co-header .icon-navicon {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px;
        background: none;
        color: #333;
        font-size: 22px;
        border: none;
        transition: none;
        padding: 0;
    }
    #fh5co-header .head-top .logo img {
        width: 270px;
    }
    #fh5co-offcanvas .nav {
        display: block;
        borer: none
    }
    .fh5co-nav-toggle {
        display: block;
    }
    .header-box.fixed.fixed-top .head-top {
        display: block;
    }
    #fh5co-header .head-middle .navbar-body {
        display: none;
    }
    #fh5co-header .navbar-form {
        margin: 0px;
        padding: 15px 0 42px 12px;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
    }
    .flexslider .slides img {
        min-height: 180px;
    }
    /*#fh5co-header .head-middle .navbar-body{border:none}
#fh5co-header .head-middle .navbar-body .nav { overflow:auto ; padding:0; margin:0;border-left:1px solid #bbb;border-right:1px solid #bbb}
#fh5co-header .head-middle .navbar-body .nav li{display:block;width:100%;padding:14px 0;padding:0 !important; margin:0 !important; position:static}
#fh5co-header .head-middle .navbar-body .nav li a{text-align:left;background:none;line-height:50px !important;padding:0; margin:0;position:relative; }
#fh5co-header .head-middle .navbar-body .nav li ul{left:auto;width: 100%;position:relative; margin:0px 0}
#fh5co-header .head-middle .navbar-body .nav li ul li{height:auto;}
#fh5co-header .head-middle .navbar-body .nav li ul li a{ line-height:35px !important;}
#fh5co-header .head-middle .navbar-body .nav li ul li:last-child{border-bottom:none}
#fh5co-header .head-middle .navbar-body .nav li ul li ul li a{background:#232228;font-size:12px;height:28px;line-height:28px;padding:0px 0 0 18px;}
#fh5co-header .head-middle .navbar-body .nav li ul li ul li a:hover{background:#555}*/
    #fh5co-about-us .bg-about {
        padding: 40px 0 0px;
    }
    #fh5co-about-us .about-box {
        padding-top: 10px;
    }
    #fh5co-about-us .about-box .intro {
        padding: 15px;
    }
    #fh5co-about-us .about-box .intro .desc {
        height: auto;
    }
    #fh5co-about-us .about-box .intro p.more {
        margin-top: 15px;
    }
    #fh5co-about-us .about-box .media-img {
        display: none;
    }
    #fh5co-about-us .about-box .intro p.more {
        margin-top: 20px;
        text-align: center;
    }
    #fh5co-about-us .about-box .intro p.more a,
    #fh5co-product-list .show-list a.more {
        padding: 5px 25px;
        font-size: 14px;
    }
    #fh5co-product-list .bg-product {
        padding: 35px 0 30px;
    }
    #fh5co-product-list .show-list {
        padding-top: 25px;
    }
    #fh5co-news-list .show-list {
        padding-top: 25px;
    }
    #fh5co-news-list .show-list .item {
        text-align: center
    }
    .left-new {
        width: 100%;
    }
    .right-new {
        width: 100%;
    }
    #fh5co-news-list .line-big {
        margin-left: 0;
        margin-right: 0;
    }
    #fh5co-bottom-info .line-big {
        margin-left: 0;
        margin-right: 0;
    }
    #fh5co-bottom-info .contact-form {
        margin-top: 25px;
    }
    footer .foot-logo {
        width: 100%;
        margin-bottom: 20px;
    }
    footer .foot-right {
        width: 100%;
        padding: 0;
        border: 0;
    }
    footer .foot-top {
        padding-top: 33px;
        padding-bottom: 20px;
    }
    footer .foot-info .float-right {
        float: left !important;
        margin-top: 25px;
    }
    .fh5co-heading h2 {
        font-size: 24px;
    }
    /*手机底部导航*/
    .blank55 {
        height: 55px;
        line-height: 1px;
        clear: both;
    }
    #toolbar {
        color: #fff;
        width: 100%;
        height: 54px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 6;
        background: #000;
        display: block;
    }
    #toolbar a {
        width: 100%;
        color: #fff;
        display: block;
        padding: 5px 0 0 0;
        line-height: 23px;
        font-size: 14px;
    }
    #toolbar a span {
        font-size: 22px;
        display: block;
    }
}

@media screen and (max-width:480px) {
    .flex-control-nav {
        bottom: 5px;
    }
    #fh5co-header .navbar-head img {
        width: 100px;
    }
    #fh5co-product-list .show-list .show-product h2 {
        font-size: 12px;
    }
    #fh5co-news-list .show-list .item {
        text-align: left
    }
    #fh5co-news-list .item .media-img {
        text-align: left !important
    }
    #fh5co-news-list .item .media-img img {
        width: 100% !important;
    }
    .article-media .media .media_img {
        width: 82px;
        margin-right: 10px;
    }
    .article-media .media .media_img img {
        width: 80px;
        padding: 1px;
    }
    .article-media .media .time,
    .article-media .media .desc {
        display: none
    }
    .article-media img {
        width: 80px;
    }
    .article-media .media-body h3 {
        line-height: 100%;
        font-size: 12px;
    }
    .article-media .media-body h3 a {
        font-size: 14px;
        line-height: 150%
    }
    #fh5co-news-list .media .media-body p,
    #fh5co-news-list .media .media-body span.time {
        display: none
    }
    .fh5co-heading {
        background-size: 240%;
    }
    .fh5co-heading h2 {
        font-size: 20px;
        padding-bottom: 8px;
        line-height: 1.3;
    }
}


/* 内页 end*/


/* ======置顶 ======*/

.backToTop {
    display: none;
    width: 35px;
    height: 35px;
    position: fixed;
    _position: absolute;
    right: 5px;
    bottom: 60px;
    _bottom: "auto";
    cursor: pointer;
    z-index: 7;
    background: #FE0000 url(../images/icon-gotop-fixed.png) no-repeat center center;
}

.backToTop:hover {
    background-color: #FE0000;
}

.ym {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}

.ym a {
    float: left;
    border: solid 1px #e3e3e3;
    padding: 5px 10px 5px 10px;
    color: #545454;
    margin-right: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ym a:hover {
    background: #5c5c5c;
    color: #FFF;
    border: solid 1px #5c5c5c;
}

a.page-num-current {
    background: #FE0000;
    color: #FFF;
    border: solid 1px #FE0000;
}

.ym span {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}

#tFocus-btn li.active,#tFocus-leftbtn,#tFocus-rightbtn{display:block;background:url(../images/spr.png) no-repeat;}
#tFocus{width:90%;background:#DDD;overflow:hidden;margin: auto;}
#tFocus-pic{width:100%;height:525px;position:relative;}
#tFocus-pic li{width:100%;position:absolute;left:0;top:0;filter:alpha(opacity:0);opacity:0;z-index:0 !important;}
#tFocusBtn{width:100%;height:68px;padding-left:5px;margin-top:5px;z-index:20;overflow:hidden;}
#tFocus-btn{width:94%;height:68px;position:relative;left:0;bottom:0;overflow:hidden;float:left;margin-right:3px;}
#tFocus-btn ul{width:100000px;position:absolute;left:0;top:0;padding-left:0px;}
#tFocus-btn li{height:57px;width:91px;padding-top:7px;display:block;float:left;margin-right:5px;}
#tFocus-btn li img{border:2px solid #dddddd}
#tFocus-btn li.active{background-position:-448px -100px;}
#tFocus-btn li.active img{border:2px solid #40b9e5}
#tFocus-leftbtn,#tFocus-rightbtn{height:40px;margin-top:18px;width:15px;float:left;text-indent:-9999px;}
#tFocus-leftbtn{margin-right:5px;background-position:-455px -60px;}
#tFocus-rightbtn{background-position:-480px -60px;}
.dccc {
    background: url(../images/title_bgd.png) no-repeat center bottom !important;
}
@media screen and (max-width: 1300px){
    .top_share{
        margin-right:14px !important;
    }
  

}

@media screen and (max-width: 1200px){
    #tFocus{
        width:100%;
    }
    #tFocus-pic li{
        width:100%;
    }
    #tFocus-pic{
        width:100%;
    }
    #tFocusBtn{
        width:100%;
        height:80px;
        margin-top: 45px;
    }
    #tFocus-btn{
        width:86%;
    }
    #tFocus-btn li{
        width:82px;
    }
    #tFocus-pic{
        height:221px;
    }
}


.jshxn{
    width:1512px;
}
.sxdvf{
    float: right;
    margin-right:43px;
}
.vfcd{
    width: 1345px;

}
@media screen and (max-width: 1550px){
    .jshxn{
        width:1460px;
    }
}
@media screen and (max-width: 1400px){
    .top_share{
        margin-right:18px !important;
    }
}
@media screen and (max-width: 1300px){
    .jshxn{
        width:1100px;
    }
    .vfcd{
        width: 1135px;
        
    }
}
@media screen and (max-width: 911px){
    .jshxn{
        width:100%;
    }
    .sxdvf{
        float: left;
    }
    .vfcd{
        width:100%;
    
    }
}

.wenzi{

	position: absolute;
	
	top:0;
	
	
	
	color: white;
	
	width: 100%;
	
	height: 100%;
	
	
	
	/* background: rgba(0,0,0,0.27); */
	
	}
.wenzit2 h1{
	
    width: 100%;
    float: left;
    font-size: 62px;
    color: white;
    letter-spacing: 17px;
	line-height:89px;
	
	}
	
	.wenzi .wenzit2 {
	    width: 79%;
    position: relative;
    top: 46%;
    margin: auto;
	}
	
	.wenzit2 h5{
        float: left;
        font-size: 30px;
        width: 100%;
        /* margin-top: -13%; */
        color: white;
        letter-spacing: 2px;
        margin-top: 44px;
        margin-left: -2%;
	
	}
    .nshxg{
        margin: 0;
    width: 37%;
    margin-left: -3%;
    height: 2px;
    }

    .wenzit3 h1{
	
        width: 50%;
        float: right;
        font-size: 62px;
        color: white;
        letter-spacing: 8px;
        line-height:89px;
        
        }
        
        .wenzi .wenzit3 {
            width: 100%;
        position: relative;
        top: 38%;
        margin: auto;
        }
        
        .wenzit3 h5{
            float: right;
            font-size: 30px;
            width: 61%;
            /* margin-top: -13%; */
            color: white;
            letter-spacing: 0px;
            margin-top: 35px;
            /* margin-left: 12%; */
            margin-right: -10%;
        
        }

        .nshxg1{
            margin: 0;
            width: 61%;
            margin-left: -1%;
            height: 2px;
        }



        .wenzit4 h1{
	
            width: 100%;
            float: left;
            font-size:56px;
            color: white;
            letter-spacing: 0px;
            line-height:89px;
            
            }
            
            .wenzi .wenzit4 {
                width: 79%;
            position: relative;
            top: 36%;
            margin: auto;
            }
            
            .wenzit4 h5{
                float: left;
                font-size: 30px;
                width: 100%;
                /* margin-top: -13%; */
                color: white;
                letter-spacing: 2px;
                margin-top: 34px;
                margin-left: -2%;
            
            }
            .nshxgf{
                margin: 0;
            width: 48%;
            margin-left: -3%;
            height: 2px;
            }



            .wenzit5 h1{
	
                width: 50%;
                float: right;
                font-size: 56px;
                color: white;
                letter-spacing: 0px;
                line-height: 88px;
                
                }
                
                .wenzi .wenzit5 {
                    width: 79%;
                position: relative;
                top: 38%;
                margin: auto;
                }
                
                .wenzit5 h5{
                    float: right;
                    font-size: 30px;
                    width: 53%;
                    /* margin-top: -13%; */
                    color: white;
                    letter-spacing: 2px;
                    margin-top: 47px;
                    margin-right: -2%;
                
                }
                .nshxgh{
                    margin: 0;
                width: 77%;
                margin-left: -1%;
                height: 2px;
                }
.fds3{
    margin-top:-8px !important;
}

                @media screen and (max-width: 1400px){
                    .wenzit5 h1{
                        font-size:43px;
                    }
                    .wenzit5 h5{
                        font-size:24px;
                        margin-top:12px;
                    }
                }

                @media screen and (max-width: 991px){
                    .wenzi .wenzit2{
                        top: 38%;
                    }
                    .wenzit2 h1 {
                        width: 100%;
                        float: left;
                        font-size: 19px;
                        color: white;
                        letter-spacing: 1px;
                        line-height: 37px;
                    }
                    .wenzit2 h5 {
                        float: left;
                        font-size: 13px;
                        width: 100%;
                        /* margin-top: -13%; */
                        color: white;
                        letter-spacing: 0px;
                        margin-top: 9px;
                        margin-left: -3%;
                    }
                    .wenzit3 h1{
                        width: 50%;
                        float: right;
                        font-size: 19px;
                        color: white;
                        letter-spacing: 0px;
                        line-height: 37px;
                    }
                    .wenzit3 h5 {
                        float: right;
                        font-size: 9px;
                        width: 40%;
                        /* margin-top: -13%; */
                        color: white;
                        letter-spacing: 0px;
                        margin-top: 45px;
                        /* margin-left: 12%; */
                        margin-right: -39%;
                    }
                    .nshxg1 {
                        margin: 0;
                        width: 75%;
                        margin-left: -1%;
                        height: 2px;
                    }
                    .wenzit4 h1 {
                        width: 100%;
                        float: left;
                        font-size: 19px;
                        color: white;
                        letter-spacing: 0px;
                        line-height: 38px;
                    }
                    .nshxgf {
                        margin: 0;
                        width: 72%;
                        margin-left: -3%;
                        height: 2px;
                    }
                    .wenzi .wenzit4 {
                        width: 79%;
                        position: relative;
                        top: 25%;
                        margin: auto;
                    }
                    .wenzit4 h5 {
                        float: left;
                        font-size: 14px;
                        width: 100%;
                        /* margin-top: -13%; */
                        color: white;
                        letter-spacing: 0px;
                        margin-top: 11px;
                        margin-left: -2%;
                    }
                    .wenzit5 h1 {
                        font-size: 15px;
                        line-height:30px;
                    }
                    .nshxgh{
                        width:90%;
                    }
                    .wenzit5 h5{
                        font-size:10px;
                        float: right;

    width: 53%;
    line-height: 13px;

    color: white;
    letter-spacing: 2px;
   
    margin-right: -2%;
                    }
                    .wenzi .wenzit5{
                        top:18%;
                    }
                    .fds3{
                        margin-top:5px !important;
                    }
                }